pnorm
{base}
Returns the cumulative distribution function (CDF) of the normal distribution
modelsummary
{modelsummary}
Creates regression and data tables
min
{base}
Get minimum of a vector
summary
{base}
Obtain summary statistics or detailed regression output
expression
{base}
Used in plots to add symbols to axes
glm
{base}
Fits generalized linear models
filter
{dplyr}
Filter out rows of a data frame according to logical vector
group_tt
{tinytable}
Grouping in tinytable
setwd
{base}
Set Working Directory
predict
{stats}
Predict Probability
list
{base}
Create a list object
c
{base}
Combine values/vectors into a vector
library
{base}
Load an R package
seq
{base}
Create a sequence
read.csv
{utils}
Read a csv file to data frame. Specify stringsAsFactors = FALSE to keep all string columns as characters
data.frame
{base}
Create a data.frame from vectors
max
{base}
Get maximum of a vector
binomial
{base}
Family argument in glm()
The end!